home *** CD-ROM | disk | FTP | other *** search
/ Champak 103 / Vol 103.iso / games / sheep_es.swf / scripts / DefineSprite_67 / frame_1 / DoAction.as
Encoding:
Text File  |  2010-03-13  |  171 b   |  6 lines

  1. seconds_low = 1;
  2. seconds_high = 6;
  3. rand = Math.round(Math.random() * seconds_high) + seconds_low;
  4. start_time = getTimer() / 1000;
  5. _root.display.gotoAndStop("Reset");
  6.